Leadtools Namespace > RasterRleCompressor Class > CompressRows Method : CompressRows(UInt16[],IntPtr,Int32,Int32) Method |
[CLSCompliantAttribute(false)] public static void CompressRows( ushort[] runBuffer, IntPtr buffer, int width, int rows )
'Declaration <CLSCompliantAttribute(False)> Public Overloads Shared Sub CompressRows( _ ByVal runBuffer() As UShort, _ ByVal buffer As IntPtr, _ ByVal width As Integer, _ ByVal rows As Integer _ )
'Usage Dim runBuffer() As UShort Dim buffer As IntPtr Dim width As Integer Dim rows As Integer RasterRleCompressor.CompressRows(runBuffer, buffer, width, rows)
[CLSCompliantAttribute(false)] public static void CompressRows( ushort[] runBuffer, IntPtr buffer, int width, int rows )
CLSCompliantAttribute() function Leadtools.RasterRleCompressor.CompressRows(UInt16[],IntPtr,Int32,Int32)( runBuffer , buffer , width , rows )
[CLSCompliantAttribute(false)] public: static void CompressRows( array<ushort>^ runBuffer, IntPtr buffer, int width, int rows )
Use this method to process multiple lines of image data. This method is available in the Document/Medical Toolkits.
This function is useful for working with 1-bit images that are loaded in their compressed formats for faster loading and display. For more information, refer to Speeding Up 1-Bit Documents.